翻訳と辞書
Words near each other
・ XacBank
・ Xacitarxan
・ XACML
・ Xacobeo-Galicia
・ XACT
・ X0
・ X0 sex-determination system
・ X00
・ X1
・ X1 (computer)
・ X1 (dinghy)
・ X1 Centauri
・ X1 Technologies
・ X10
・ X10 (industry standard)
X10 (programming language)
・ X10 accelerated floppy drive
・ X10 Firecracker
・ X10 Wireless Technology
・ X100
・ X1000
・ X1001
・ X11 (disambiguation)
・ X11 color names
・ X11vnc
・ X12
・ X12 Document List
・ X12 EDIFACT Mapping
・ X12.852
・ X13


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

X10 (programming language) : ウィキペディア英語版
X10 (programming language)

X10 is a programming language being developed by IBM at the Thomas J. Watson Research Center as part of the Productive, Easy-to-use, Reliable Computing System (PERCS) project funded by DARPA's High Productivity Computing Systems (HPCS) program. Its primary authors are Kemal Ebcioğlu, Vijay Saraswat, and Vivek Sarkar.
X10 is designed specifically for parallel computing using the partitioned global address space (PGAS) model.
A computation is divided among a set of ''places'', each of which holds some data and hosts one or more ''activities'' that operate on those data. It has a constrained type system for object-oriented programming, a form of dependent types. Other features include user-defined primitive ''struct'' types; globally distributed ''arrays'', and structured and unstructured parallelism.
X10 uses the concept of parent and child relationships for activities to prevent the lock stalemate that can occur when two or more processes wait for each other to finish before they can complete. An activity may spawn one or more child activities, which may themselves have children. Children cannot wait for a parent to finish, but a parent can wait for a child using the ''finish'' command.
==See also==

* Chapel
* Coarray Fortran
* Concurrency
* Fortress
* Non-blocking algorithm
* Parallel programming model
* Unified Parallel C

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「X10 (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.